﻿@charset "utf-8";

/*************************************
*公共样式主文件
*project by Jiang Shihao
*************************************/

/*清除浮动*/
.clearfix:after {
  height: 0;
  content: "";
  display: block;
  clear: both;
  visibility: hidden;
  font-size: 0;
}
.clearfix {
  zoom: 1;
}
* html .clearfix {
  zoom: 1;
}

#loaderPage {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 100;
  background: url(../images/loader.gif) center no-repeat #fff;
}

#sitecontent {
  position: relative;
  z-index: 1;
  transition: all 0.5s ease;
  background: #fff;
}
#sitecontent.on {
  overflow: hidden;
  transition: all 0.5s ease;
  overflow-x: hidden;
}
body.on {
  overflow-y: hidden !important;
}

.index-top {
  background: #1d74c9;
  overflow: hidden;
  text-align: center;
  padding: 0 5%;
  height: 50px;
  line-height: 50px;
  font-size: 16px;
  color: #fff;
}
.index-top span {
  float: left;
  background: url(../images/icon-time.png) no-repeat center left;
  padding-left: 30px;
}
.index-top em {
  display: inline-block;
  background: url(../images/icon-tel.png) no-repeat center left;
  padding-left: 30px;
  font-style: normal;
}
.index-top i {
  float: right;
  background: url(../images/icon-qq.png) no-repeat center left;
  padding-left: 30px;
  font-style: normal;
}

/*导航*/
nav {
  height: 90px;
  line-height: 90px;
  padding: 0 5%;
}
nav .nav-left {
  float: left;
  width: 35%;
}
nav .nav-left a {
  display: inline-block;
  padding-right: 20px;
  position: relative;
  width: 85%;
}
nav .nav-left span {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  background: #ccc;
  width: 2px;
  height: 30px;
}
nav .nav-left img {
  max-width: 100%;
}
nav .nav-right {
  float: right;
  width: 65%;
  text-align: right;
}
nav .nav-right ul {
}
nav .nav-right li {
  display: inline-block;
  margin-left: 1%;
  position: relative;
  padding: 0 1%;
}
nav .nav-right li:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1%;
  height: 3px;
  background: #1558a0;
  content: "";
  opacity: 0;
  transition: all 0.3s;
}
nav .nav-right li.on:after,
.nav-right li:hover:after {
  width: 100%;
  opacity: 1;
  transition: all 0.5s;
}
nav .nav-right a {
  font-size: 14px;
  color: #222222;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
nav .nav-right dl {
  position: absolute;
  top: 105%;
  left: 0;
  text-align: left;
  background: #fff;
  padding-bottom: 0%;
  transition: all 0.5s ease;
  opacity: 0;
  z-index: -1;
  visibility: hidden;
}
nav .nav-right dd {
  padding: 5%;
  position: relative;
  height: 47px;
  line-height: 47px;
  min-width: 100px;
}
nav .nav-right dd a {
  display: block;
  width: 100%;
  height: 40px;
  line-height: 40px;
  color: #666;
  border-bottom: 1px dashed #eee;
}
nav .nav-right a:hover {
  color: #1d74c9;
}
nav .nav-right li:hover dl {
  top: 100%;
  transition: all 0.3s;
  opacity: 1;
  z-index: 100;
  visibility: initial;
  min-width: 100%;
}
.nav-three-level-menu{
  position: absolute;
  left: 101%;
  opacity: 0;
  z-index: 0;
  top:0;
  background: #fff;
  padding: 0 5%;
}


nav .nav-right dd:hover .nav-three-level-menu{
  opacity: 1;
  z-index: 100;
}

/*手机头部*/
.phone-header {
  position: relative;
  margin: 5.3% 0;
  background: #fff;
}
.phone-nav-button {
  position: absolute;
  top: 50%;
  right: 5%;
  z-index: 5;
  width: 7%;
  transform: translateY(-50%);
}
.phone-nav-button .content {
  position: relative;
}
.phone-nav-button span {
  background: #3c6cce;
  width: 100%;
  display: inline-block;
  height: 1px;
  position: absolute;
  left: 0;
  z-index: 5;
}
.phone-nav-button .one {
  top: 50%;
  margin-top: -8px;
}
.phone-nav-button .two {
  top: 50%;
  margin-top: 0px;
}
.phone-nav-button .three {
  top: 50%;
  margin-top: 8px;
}
.phone-logo {
  padding: 0 5%;
}
.phone-logo a {
  width: 80%;
  padding-right: 2%;
}
.phone-logo img {
  height: 25px;
  width: auto;
}

/*手机导航*/
.phone-fix {
  display: none;
}
.nav-phone {
  position: fixed;
  z-index: 100;
  width: 100%;
  height: 100%;
  background: rgba(8, 121, 227, 0.8);
  top: 0;
  right: -100%;
  transition: all 0.5s ease;
}
.nav-phone.on {
  right: 0;
  transition: all 0.5s ease;
}
.nav-phone .nav-logo {
  padding: 5%;
  text-align: center;
  background: #fff;
}
.nav-phone .nav-logo a {
  padding: 0 2%;
  max-width: 30%;
  display: inline-block;
}
.nav-phone .nav-logo img {
  max-width: 100%;
}
.nav-phone .nav-left {
  padding-top: 20px;
}
.nav-phone .nav-left li {
  text-align: center;
  width: 100%;
  position: relative;
  padding: 3.5%;
}
.nav-phone .nav-left li + li {
  margin-top: 5px;
}
.nav-phone .nav-left li p {
  font-size: 16px;
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
}
.nav-phone .nav-left li a span {
  display: inline-block;
  width: 0;
  background: rgba(255, 255, 255, 0.2); /*transition: all .5s ease;*/
}
.nav-phone .nav-back {
  background: #fff;
  color: #000;
  height: 40px;
  line-height: 40px;
  width: 60%;
  margin: 0 auto;
  margin-top: 20px;
  text-align: center;
}
.nav-phone .nav-ce {
  text-align: center;
}
.nav-phone .nav-ce a {
  font-size: 14px;
  color: #fff;
}
.nav-phone .nav-ce a.on {
  color: #b3b3b3;
}
.nav-phone .nav-ce a:hover {
  color: #b3b3b3;
}

/*点*/
.pull-dott span {
  width: 5px;
  height: 5px;
  display: inline-block;
  background: #1d74c9;
  margin-left: 15px;
}
.pull-dott-one {
  animation: flicker 1s linear 0.3s infinite;
  opacity: 1;
}
.pull-dott-two {
  animation: flicker 1s linear 0.6s infinite;
  opacity: 0.6;
}
.pull-dott-three {
  animation: flicker 1s linear 0.9s infinite;
  opacity: 0.22;
}

@keyframes flicker {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  49% {
    transform: scale(1);
    opacity: 0;
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}

/*footer*/
#footer {
  width: 100%;
}
#footer .top {
  background: #fff;
}
#footer .bottom {
  background: #1d74c9;
}
#footer .bottom p {
  text-align: center;
  color: #ccc;
  line-height: 60px;
}
#footer .bottom p a {
  color: #d2d2d2;
  font-size: 12px;
}
#footer .bottom p a + a {
  margin-left: 16px;
}
#footer .top .top-wrapper {
  padding: 0 5.2%;
}
#footer .top .one {
  padding: 3.75% 0;
  border-bottom: 1px solid #e5e5e5;
  overflow: hidden;
}
#footer .top .one .left {
  font-size: 0;
  float: left;
}
#footer .top .one .left a {
  display: inline-block;
  color: #939393;
  font-size: 14px;
}
#footer .top .one .left a:hover {
  color: #1d74c9;
}
#footer .top .one .left a + a {
  margin-left: 34px;
}
#footer .top .one .right {
  font-size: 0;
  float: right;
}
#footer .top .one .right a {
  width: 24px;
  height: 24px;
  display: inline-block;
  opacity: 0.3;
  transition: all 0.2s;
}
#footer .top .one .right a.wb {
  background: url(../images/wb.png) no-repeat center center;
}
#footer .top .one .right a.qq {
  background: url(../images/qq.png) no-repeat center center;
}
#footer .top .one .right a.wx {
  background: url(../images/wx.png) no-repeat center center;
}
#footer .top .one .right a + a {
  margin-left: 30px;
}
#footer .top .one .right a:hover {
  color: #1d74c9;
  opacity: 0.8;
  transition: all 0.3s ease;
}
#footer .top .one .right span {
  display: none;
  opacity: 0;
}
#footer .top .two {
  padding: 3.75% 0;
}
#footer .top .two .link {
  position: relative;
  float: left;
}
#footer .top .two .link .linkBtn {
  font-size: 0;
  overflow: hidden;
}
#footer .top .two .link .linkBtn a {
  display: inline-block;
  width: 220px;
  height: 30px;
  line-height: 30px;
  background: #e5e5e5;
  padding: 0 14px;
  color: #5c5c5c;
  font-size: 14px;
  float: left;
}
#footer .top .two .link .linkBtn i {
  cursor: pointer;
  display: inline-block;
  width: 34px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  color: #fff;
  font-size: 16px;
  float: left;
  background: #3366cc url(../images/link-dowp.png) no-repeat center;
}
#footer .top .two .link .link-list {
  position: absolute;
  bottom: 30px;
  left: 0;
  width: 100%;
  background: #1d74c9;
  display: none;
}
#footer .top .two .link .link-list a {
  display: block;
  padding: 0 14px;
  height: 30px;
  line-height: 30px;
  color: #fff;
}
#footer .top .two .link .link-list a:hover {
  color: #eee;
}
#footer .middle {
  padding: 5%;
}
#footer .middle p {
  line-height: 1.8;
  font-size: 14px;
  color: #666;
}
#footer .bottom p {
  margin: 0;
}
#footer .footer-wx {
  margin-right: 30px;
  float: left;
}
#footer .footer-wx img {
  width: 80px;
  height: 80px;
}
#footer .footer-wx p {
  font-size: 12px;
  color: #fff;
  padding-top: 5px;
  text-align: center;
  margin: 0;
}
#footer .foot-logo {
  float: right;
  overflow: hidden;
}
#footer .foot-logo a {
  float: right;
  padding: 0 20px;
  position: relative;
}
#footer .foot-logo a:after {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 30px;
  width: 1px;
  background: #eee;
  content: "";
}
#footer .foot-logo a:last-child:after {
  width: 0;
  opacity: 0;
}
.footer-qiwxkf {
  position: fixed;
  right: 10px;
  bottom: 20%;
  text-align: center;
  background-color: #fff;
  border-radius: 4px;
  overflow: hidden;
  z-index: 10;
  box-shadow: 1px 1px 5px 1px #818181;
  padding: 3px 3px 7px 3px;
}

.footer-qiwxkf img {
  max-width: 30vw;
  width: 100px;
}

.footer-qiwxkf p {
  font-size: 14px;
  color: #404042;
}

#fixed {
  position: fixed;
  right: 10px;
  bottom: 10%;
  border: 1px solid #eee;
  display: none;
}
#fixed a {
  width: 45px;
  height: 45px;
  display: block;
  background-size: 20px;
}
#top {
  background: #fff url(../images/up2.png) no-repeat center center;
  border-bottom: 1px solid #eee;
}
#service {
  background: #fff url(../images/info2.png) no-repeat center center;
}
